home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / textyl / README < prev    next >
Text File  |  1987-06-27  |  3KB  |  85 lines

  1.  
  2.  
  3. This is TeXtyl, a post-processor for TeX, which
  4. allows you to typeset graphic line-drawings in
  5. a device-independent manner. It makes use of the \special
  6. facility of TeX to insert commands into the original
  7.  .DVI file produced by TeX, and post-processes that
  8. file, producing another .DVI file for spooling to 
  9. your favorite printer.
  10.  
  11. TeXtyl is written in Pascal because of portability
  12. requirements while under development at Ohio State.  For that
  13. reason, the main portion is one monolithic file, with hooks
  14. into Unix (in a manner similar to that of  "dvitype").  The
  15. original TeXtyl has/had the ability to typeset musical beams.
  16. The enclosed version does not have that ability for reasons of
  17. space and utility. If you feel that you really need it, write
  18. to me at the address below.  Positive suggestions and
  19. ideas for improvements are welcomed, as are actual
  20. improvements to the code.
  21.  
  22. Also included is the TeXtyl manual, describing
  23. how to use TeXtyl. It is a LaTeX document, using
  24. TeXtyl-commands for examples. It is also available
  25. as a technical report from Ohio State University's
  26. Computer & Information Sciences Dept. at
  27. 1036 Neil Avenue, Columbus, OH 43210. 
  28. TR #OSU-CISRC-4/87-TR9.  The current version has the
  29. added flexiblity of patterned lines, which is not
  30. reflected in the OSU report.
  31.  
  32. Finally, in a subsequent posting, are the vector fonts
  33. for actually typesetting the graphic figures. Although
  34. given at a 300dpi resolution, the fonts were created
  35. for device-independence. The file "vecbase.mf" is
  36. included, but has not been translated to the newer
  37. version of Metafont. See the TeXtyl manual for 
  38. implementation details of the vector fonts.
  39.  
  40. This posting comes in several pieces. The directory
  41. stucture currently looks like:
  42. ./TeXtyl
  43. README    doc/       src/       vecfonts/
  44.  
  45. ./TeXtyl/doc:
  46. Makefile  TYLMAN.02 TYLMAN.05 TYLMAN.08 TYLMAN.11
  47. TYLMAN.00 TYLMAN.03 TYLMAN.06 TYLMAN.09 TYLMAN.12
  48. TYLMAN.01 TYLMAN.04 TYLMAN.07 TYLMAN.10 TYLMAN.13
  49. textyl.tex 
  50.  
  51. ./TeXtyl/src:
  52. h00vars.h textyl.pas.aa textyl.pas.ad textyl.pas.ag
  53. makefile  textyl.pas.ab textyl.pas.ae textyl.pas.ah
  54. texpaths.h textyl.pas.ac textyl.pas.af tylext.c tylext.h
  55.  
  56. ./TeXtyl/vecfonts:
  57. vecfonts.shar.aa  vecfonts.shar.ab  
  58. vecfonts.shar.ac  vecfonts.shar.ad 
  59.  
  60.  
  61. NOTICES:
  62. TeXtyl was written by John Renner between 1984-1987
  63. while at the Ohio State University, and elsewhere/when.
  64. These files and the TeXtyl system are Copyright (c) 1987 by
  65. John S. Renner, All rights reserved. You may
  66. freely use this program, as long as you do no
  67. sell it (nor any derivatives of it),
  68. and as long as I receive a copy of all modifications.
  69. This copyright notice must stay intact and accompany
  70. the TeXtyl sources and manual.
  71.  
  72. The program, TeXtyl, and the vector fonts were
  73. derived either independently or from sources noted
  74. in the TeXtyl manual. There is absolutely NO relationship
  75. between this work and the work done by Adobe Systems, Inc.,
  76. as TeXtyl was written entirely and independently by 
  77. John Renner prior to association with that company.
  78.  
  79. Current Address: John Renner
  80.         100 N Whisman #211
  81.         Mountain View, CA 94043
  82.  
  83.   adobe!renner@decwrl.dec.com
  84.  
  85.